Move application command
A Move command is a request to move an object or objects.SYNTAX
move referenceToObject to referenceToLocationPARAMETERS
- referenceToObject
- A reference to the object or objects to move.
Class: Reference- referenceToLocation
- A reference to the location to which to move the object or objects.
Class: ReferenceRESULT
A reference to the object that was moved.Class: Reference
EXAMPLE
tell front document of app "Scriptable Text Editor" move word 10 to before paragraph 11 end tell